Swift分割字符串 var str_componets = "I Like Swift " str_componets.componentsSeparatedByString(" ") 這樣,str_componet ...